ImaginiException(string, Exception)

Constructor

Namespace: Imagini

Declared in: Imagini.ImaginiException


Constructor which accepts a message and wraps an existing exception.

Syntax

public ImaginiException(
	string message,
	Exception innerException
)

Back to index